Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Thu, 25 Jun 2020 17:58:34 +0000 (18:58 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Thu, 25 Jun 2020 17:58:34 +0000 (18:58 +0100)
commit2346bc2eb5b2e7274f2b71e21984e25ad8d4e2f0
tree6c78da92be2af1f4fbf99c1d47bb3f1812c91c0c
parent79944259804ea771b1e4384ac6764ce84a51e68a
Fix build issue with MySQL 8

Origin: other, https://bugs.launchpad.net/ubuntu/+source/trafficserver/+bug/1795362
Forwarded: https://github.com/apache/trafficserver/pull/4360
Applied-Upstream: https://github.com/apache/trafficserver/commit/05b30527974416768515506f69da338652c23260
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-06

The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
plugins/experimental/mysql_remap/mysql_remap.cc